projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68cfe8
)
(Ffont_spec): Don't use font_parse_family_registry for
author
Kenichi Handa
<handa@m17n.org>
Thu, 5 Jun 2008 05:08:57 +0000
(
05:08
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 5 Jun 2008 05:08:57 +0000
(
05:08
+0000)
family name.
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index b486ede8777958714e984877940cb1ad70aed623..2f65f3d0832a78c1460638b93067f668cc9b1887 100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-3435,11
+3435,6
@@
usage: (font-spec ARGS ...) */)
font_parse_name ((char *) SDATA (val), spec);
font_put_extra (spec, key, val);
}
- else if (EQ (key, QCfamily))
- {
- CHECK_STRING (val);
- font_parse_family_registry (val, Qnil, spec);
- }
else
{
int idx = get_font_prop_index (key);